home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / PaperCut Quota / pc-setup.exe / {app} / Scripts / importlogs.bat < prev    next >
DOS Batch File  |  2004-10-15  |  608b  |  17 lines

  1. echo off
  2. REM   Copyright (c) 1999-2004 PaperCut Software Pty. Ltd.
  3. REM
  4. REM ##########################################################################
  5. REM #  
  6. REM # A simple script to automate the process of importing event logs off 
  7. REM # PaperCut secondary servers.  This script is appropriate for automatic 
  8. REM # scheduling out of the Windows Task Scheduler.
  9. REM #
  10. REM # This script records any errors or events under the PaperCut Application
  11. REM # event log.
  12. REM #
  13. REM ##########################################################################
  14. REM 
  15.  
  16. "%~d0%~p0..\PaperCut.exe" /importlogs
  17.